ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Fluent Namespace / BooleanCheckerExtension Class / BooleanChecker Method / BooleanChecker<T>(FlexGridBuilder<T>) Method
the specified flexgrid builder.

In This Topic
    BooleanChecker<T>(FlexGridBuilder<T>) Method
    In This Topic
    Apply the default BooleanChecker extender in FlexGrid.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Overloads Shared Function BooleanChecker(Of T)( _
       ByVal gridBuilder As FlexGridBuilder(Of T) _
    ) As FlexGridBuilder(Of T)
    [Extension()]
    public static FlexGridBuilder<T> BooleanChecker<T>( 
       FlexGridBuilder<T> gridBuilder
    )

    Parameters

    gridBuilder
    the specified flexgrid builder.

    Type Parameters

    T
    See Also